ComboBox.KeyDown Event

Returns a Boolean.The user has pressed the Key passed while the ComboBox has the focus. Returning True means that no further processing is to be done with the Key.

Syntax

result = KeyDown( Key )


Parameters

Key

String

Return Value

Result

Boolean